home *** CD-ROM | disk | FTP | other *** search
/ Software Vault: The Gold Collection / Software Vault - The Gold Collection (American Databankers) (1993).ISO / cdr14 / d2_train.zip / TRDUNE2.NFO < prev   
Text File  |  1993-06-08  |  18KB  |  330 lines

  1.  
  2. A Long time ago....
  3. In a Warehouse Far...Far......away......
  4.  
  5.  
  6. NETWORK Trains Again : DUNE II (NOW Trainer V1.1!)
  7. Supplied By/Credits  : Captain Over (Ascaii Express) and TDT (Release/Uncracked)
  8.                        Hal 9000 - Crack
  9. Type of Trainer      : Loader + INT Patch
  10. Rating               : 9.9/10 (a few bugs but FUN!)
  11. ETT                  : During the BIG STORM...
  12. When                 : 12-13-92
  13. Additions            : Bonus Crack...Doc Check never comes up.And new and
  14.                        improved key press feedback via speaker.
  15.  
  16.  
  17.  TRAINER CONTROLS :
  18.  
  19.  F4 - Toggle ON/OFF Credit/Spice Max to 10000
  20.  F5 - Toggle ON/OFF Instant Construction
  21.  *  - Toggle ON/OFF Army Trainer
  22.  +  - Instant Finish Mission successfully
  23.  -  - Instant Fuckup Mission Horribly
  24.  F6 - Train Atreides Armies to have NO DAMAGE
  25.  F7 - Train Ordos Armies to have NO DAMAGE
  26.  F8 - Train Harkonnen Armies to have NO DAMAGE
  27.  
  28.  
  29.  V1.1 NOTE : (Don't panic below ALL this BS are explanations of the above keys)
  30.  
  31.   Okay so everyone and there sister Sue released a JD trainer for this game.
  32.  I consider myself almost the last one the other day to do one but I felt
  33.  it was worth releasing my own version.Now I had a beta version that did some
  34.  other tricks that were not included in the first version and basically still
  35.  aren't going to be here BUT I'll be honest...I saw that Rescue Raider trained
  36.  the armies and thought that was very cool.Kudos to him.But it is another
  37.  situation like the one when Martial Artist and myself were banging out
  38.  work left and right before this whole trainer resurgence occured.He would do
  39.  one and I would do one.Both would be good stuff but we almost always seemed to
  40.  skip one or 2 functions that the other guy included.
  41.  
  42.   I myself when writing the first trainer didn't think combat that big a deal
  43.  but then again I was playing the first few missions.After seeing Rescue's
  44.  I was at a later mission and started to realize that this was a GREAT thing
  45.  to train and much needed.I knew where the code was but honestly part of the
  46.  reason I didn't train damage to your armies is becuase I didn't really know
  47.  HOW the game figure out WHO's army a targeted object belongs too.
  48.  
  49.   Well Rescue once again has inspired me (yea it was HIM who got me interested
  50.  ,by his great work,to learn to do trainers) to do better.Now let's get one
  51.  thing ABSOLUTELY STRAIGHT so there's no wars or bad blood.I didn't reverse
  52.  engineer RR's trainer to find out how it was done.I already had the code
  53.  (AT CS:0B53h SUB ES:[BX+0Eh],DI where ES:[BX+0EH] points to the current
  54.  damage level of the targeted object and DI is the damage to inflict upon it)
  55.  but didn't make the connection....Well honestly seeing his trainer gave me
  56.  the clue to look for.I guessed by him toggling OFF/ON each army would mean
  57.  there MUST be a flag byte near that ES:[BX+0E],and actually its start for
  58.  target Info is gotten by CS:0B47 LDS BX [BP+06],which gives the start offset
  59.  address in ES:BX of the target.....Okay BUT WHERE I say?
  60.  
  61.   Well the answer comes on the exit from the call for damaging a target.After
  62.  it has determined what is being damaged and assessing that damage etc etc it
  63.  exits the call to CS:00CA...it looks like this:
  64.  
  65.   CS:00C5 CALL xxxx:0AF3       ;Call to the code that causes damage and more
  66.      00CA ADD SP+08
  67.      00CD LDS BX,[BP-0E]
  68.      00D0 MOV AL,ES:[BX+08]    ;This is IT.After this it's doing a check against
  69.                                 a value in memory.I think the code below is
  70.                                 assessing if a unit is destroyed and adding that
  71.                                 to the total for display at the end of a
  72.                                 mission....Doesn't matter this is what clued me
  73.  
  74.     AL=01 Atradies Army Unit
  75.       =02 Ordos Unit
  76.       =00 Harkonen Unit
  77.       =03 for Fremen?
  78.  
  79.    Also there are Fremen units that pop up from time to time but as you cannot
  80.   control them I ignored the little buggers.(Shit it IS THEIR Planet let them
  81.   fight there own battles).They will receive damage in any normal circumstance.
  82.   Becuase you cannot flag them......
  83.    Okay so That BX above is still the same offset in ES of the targeted unit
  84.   (that was easy to check) and what do you know.ES:[BX+08] in the targeted unit
  85.   data tells what army it belongs 2.
  86.  
  87.    I give 98% credit to RR for this becuase he pulled it off first but his
  88.   trainer didn't include all the features I already had.I knew where the
  89.   code was but was too stupid,lazy,experienced to figure it out and most
  90.   likely that will make RR's trainer the better one.
  91.  
  92.    Well so why all the BS then?I'm releasing this V1.1 update to my own that
  93.   now allows you to make your specific army (of course depending on who you
  94.   control) invincible.I am sorry that there are already a skillion trainers
  95.   out for this but basically they don't have the same features or at this time
  96.   the full features that this one incorporates as from Rescue's.I actually
  97.   had hoped to get his number and ask him if he wanted to make a new version
  98.   sort of JOINTLY...I.E. I'd just help him incorporate the features I had
  99.   and he didn't into one FULL TRAINER using his engine of course since it
  100.   makes mine look like finger painting to Picasso but couldn't get it quick
  101.   enough.So here's the FULL TRAINER that should cover almost ALL your needs
  102.   in DUNE II......
  103.  
  104.    Sorry for the mess and Kudos to Rescue Raider again.I certainly mean no
  105.   disrespect by this release and hope you don't think I'm STEALING from
  106.   you.I just want the best trainer out there for EVERYONE to enjoy......
  107.  
  108.  DETAILS :
  109.  
  110.  F4 - By pressing F4 ONCE you will lock the credits and spice at 10000...no
  111.       matter what the game may say.Nothing in the game will decrease or for
  112.       that matter increase that number.Please not that Spice=Credits BUT the
  113.       game handles the two seperatly.
  114.        For example you will have 10000 Spice/Credits in the appropriate
  115.       memory locations BUT if you check you're spice storage it will only
  116.       be equal to the number of silos.Ex. 3 Silos=3000 spice.You can't have or
  117.       be credited for more than you can STORE.So when you finish a mission
  118.       EVEN THOUGH it says you have 10000.The game only adds up and credits
  119.       you with the amount you have in your silos.
  120.        Building 10 silos to hold it all is impractible but I gave you 10000
  121.       just for the hell of it.Also note that when this is LOCKED in the game
  122.       will keep saying insufficient storage...spice is lost...Well it's still
  123.       there but cannot be creited until it is stored.10000 Credits will allow
  124.       you alot of freedom in repairs,updates and construction.
  125.        NOTE that when you activate this the game will begin to scroll/add to
  126.       your current total credits whatever that may be until it reaches 10000.
  127.       It won't happen instantly but kicks in pretty quickI could have done it
  128.       the other way but this is more fun....
  129.  
  130.        Press F4 a second time and it will restore the above changes but the
  131.       10000 Spice/Credits WILL still exist as long as you have the storage.
  132.       In other words if you press F4 once...you get 10000.But say you only
  133.       had 4 silos.Well if you hit F4 again the credits will scroll back to
  134.       4000 until you have more silos.Build more at that time and it will
  135.       increase as your storage does.
  136.        When you have pressed F4 the game operates normally with the above
  137.       exception and your credits will decrease and increase under normal
  138.       game functions like always (i.e. when you build something its costs
  139.       gets subtracted...repairs cost etc etc....).
  140.        As above the credits will scroll back to whatever value corresponds
  141.       to your Silo/Spice ratio.
  142.  
  143.        Basically you can use F4 just ONCE and be set for the whole game.The
  144.       amount of spice you get CREDITED for is up to you as to how many silos
  145.       you build to store that 10000.Nothing will change that 10000 credits
  146.       unless you revert back to normal game mode but then the above changes
  147.       apply....
  148.  
  149.  F5 - Instant Construction.Even at the Fastest speed construction always took
  150.       too long for me.So now by pressing F5 you are in INSTANT construction
  151.       mode.Anything you build or create now does so instantly.No more waiting
  152.       for the 100%.This works for anything in the game.Troops,Tanks,Buildings
  153.       etc etc etc....
  154.        Note it does not effect the arrival of items through the StarPort nor
  155.       does it speed up repairs or Upgrades.These don't happen often and are
  156.       fast enough.
  157.  
  158.   * - BTW This is the GREY * on the NUMBER PAD.
  159.       This Toggles ON/OFF the Army trainer.By pressing it once a monitor is
  160.       setup at the damage code for targeted units.Depending on what flags
  161.       you set by the other functions (F6,F7,F8) it will control which army
  162.       gets damage or not.Pressing it again restores the original code.
  163.  
  164.   + - This is the GREY PLUS on the NUMBER PAD.Pressing this will automatically
  165.       complete your current mission as if you have done all that is needed
  166.       with great success.It advances you to the next mission as if you
  167.       met all your goals in other words.Note the Strategy Map will be updated
  168.       accordingly....
  169.  
  170.   - - This is the GREY MINUS on the NUMBER PAD.Tap this during a mission and
  171.       you will get to see what failure is like.It will end the mission and
  172.       update the game as if you didn't meet your objectives.
  173.  
  174.  
  175.  F6 - Pressing this Toggles ON/OFF the Atreides Army's damage.When on this
  176.       will prevent the Atreided units from being damaged.Pressing it again
  177.       restores damage to them to normal.
  178.  
  179.  F7 - Pressing this Toggles ON/OFF the Ordos Army's damage.When toggled ON
  180.       they will never be damaged.When pressed again they get their ass's
  181.       kicked like everyone else.
  182.  
  183.  F8 - Pressing this Toggles ON/OFF damage to the Harkonnen Army.I think you can
  184.       figure out the rest.....
  185.  
  186.  BONUS CRACK :
  187.  
  188.   I included the crack I did the night the game was released....I saw Hal 9000's
  189.   a short time after I had mine done so I didn't bother to release it.A while
  190.   later Hal's Crack had a TDT NFO file on it so go figure.I still don't know
  191.   what anyone is talking about the TDT crack NOT working.Unless there was a
  192.   crack before HAL's that I never saw.
  193.    Anyway it is a simple patch.Just run it once and it will patch DUNE2.EXE
  194.   so that the Doc Check after Mission 2 never appears.There are no more checks
  195.   anywhere in the game and this works fine for me.
  196.    A note to FLT...why the hell did you release the WHOLE DUNE2.EXE file????
  197.   It was NOT ENCRYPTED nor COMPRESSED so what's the deal?Oh well the scenes
  198.   a mess anyway so what else is new.......
  199.    It is included SEPERATLY and called DUN2-PAT.COM
  200.  
  201.   NOTES :
  202.  
  203.    I seldom enjoy or even play most of the stuff out today but this game really
  204.   grabbed my attention.Also the fact that we got hammered up this way by the
  205.   bastard of a Storm and I got stuck home for the weekend (can't Rave in NYC
  206.   when half the city is under water now can I?Peace out to the organizers of
  207.   STORM Rave...I hope things work out.Man can you stand the fucking IRONY!?
  208.   Storm Rave gets cancelled by a fucking Storm??????) gave me the free time I
  209.   NEVER have on weekends to do something different for a change (stay home and
  210.   be a computer GEEK!)
  211.  
  212.    Okay Quickly the game has a few bugs,none of which are caused by my trainer.
  213.  
  214.   A: Sometimes the screen gets fucked up and drops to a lesser resolution after
  215.      you go in and out of menu choices.To fix it go to the OPTIONS and then
  216.      continue back to the game.The original resolution will be restored.
  217.  
  218.   B: At times the Right-Most Icon/Message Box will go blank for no reason.Just
  219.      click or select any object in the game and it will restore itself.
  220.  
  221.   C: For some reason aside from memory and calcualtion restraints the game only
  222.      allows you to build so much STUFF.It seems to be a TOTAL amount of STUFF
  223.      that is allowable.I've surpassed that but the game SLOWS WAY done and for
  224.      that reason I must guess (without docs) that the reason is that the game
  225.      just can't handle it.You will run up against an UNABLE TO CREATE MORE
  226.      message and thats that.Perhaps becuase of my boost to construction this
  227.      is a limit that NORMALLY wouldn't be reached.Anyway for that reason I
  228.      EXCLUDE that portion of my original trainer that let you build to you went
  229.      blind.Sorry.You can't make anything else till something you already have
  230.      is destroyed or used up.
  231.  
  232.   D: It is a typical strategy game in that the computer CHEATS like a mother
  233.      fuck.I found when I use my level advance function at the start of a
  234.      mission.The bastard already has tons of spice 'somehow' produced and
  235.      stored.Also he can always build more STUFF than you.Most battles seem to
  236.      be status quo because the computer matches your ass.Maybe its ment to be
  237.      that way.If so play till you get bored and use the trainer to go to the
  238.      next mission.
  239.  
  240.   E: I haven't seen if its in there but the game doesn't appear to have any
  241.      function that lets you remove something or destroy it and build again.
  242.      This would be an INVALUABLE feature.(I.e. just like SimCity...don't like
  243.      it...then start over).This would ease the unable to create more problems
  244.      becuase you could remove shit you didn't want and build what you need
  245.      at THAT time.
  246.  
  247.    Okay now a few quickes on the trainer itself:
  248.  
  249.    A: I've included an auditory feedback via the PC speaker to let you know
  250.       when a funtion is activated or de-activated.The tone for ON is a bit
  251.       higher than OFF which is a lower tone.NOTE this does not take effect
  252.       for the + or - keys which advance you to the nextmission or fail the
  253.       current mission respectively.No specific reason...just wanted you to
  254.       know.
  255.  
  256.    B: The Army trainers DO NOT COVER buildings or structrues that belong to
  257.       that specific army.It is only for the troops.Basically if you want
  258.       to protect your buildings slap a few Gun Turrets or Rocket Turrets near
  259.       them and trust me not too many things will get by unless the attack
  260.       you EN MASS.
  261.  
  262.    On more thing that DOES have to do with my trainer....
  263.  
  264.   TRAINER PATCH :
  265.  
  266.    There were no handy INT's to grab for my input to the trainer and as a rule
  267.   I generally abstain from revectoring INT8h and INT9h although they are
  268.   available.The trainer,on loading,PATCHES a user INT into the main code loop
  269.   of the game.This is good enough for my own input routines as the main loop
  270.   gets called several time/sec.
  271.  
  272.    Just a warning that the input basically is designed to work on the MAIN
  273.   GAME screen and NOT in any of the submenus.You don't need to train anything
  274.   in there but just note that you probably won't get any keypress feedback
  275.   unless you are on the main game screen.
  276.  
  277.    So that PATCH is to the file DUNE2.EXE which means if you run the game
  278.   WITHOUT my trainer it will crash when it hits that INT.No sweat....that's
  279.   what the UNINSTALL Patch is for at the main trainer menu.Use this to restore
  280.   the game to 100% (or at least back to whatever cracked version you use).
  281.  
  282.    Alas I already had the crack done an was too lazy to link the code from that
  283.   to this.In the future I while add a CRACK/PATCH and crack loader function
  284.   into the developing Main Menu.....
  285.  
  286.  
  287.   WRAP UP :
  288.  
  289.    Well another one for ya to enjoy.The limits for the creation of more STUFF
  290.   can be passed but the game is fine without it and I warn that if it is done
  291.   you are inviting some system crashes along the way.
  292.  
  293.    As for damage and repair control...well it wouldn't be impossible as I know
  294.   where the routines are but since you can keep making more of what you lose
  295.   your troops and buildings are sort-of disposable so fuck it I say....
  296.  
  297.    Also I just got a call saying that Razor and one of those new trainer
  298.   groups have already just released trainers.Well its up to you to judge.I was
  299.   that the one from either Excess or Unlimited doesnt work for shit.The
  300.   Razor I hear is a hard patch...?.I wish people would stop doing little
  301.   ,many times incomplete and non-QUALITY trainers....No offense to anyone but
  302.   take a GOOD look at whats coming out these days....Well as I said before I
  303.   suppose the WHOLE scene is fucked for a LONG time to come.I say we disband
  304.   all this group shit and go back underground.....
  305.  
  306.   GREETS :
  307.  
  308.   Mustang - Thanks for Beta Testing this for me.It helped ALOT!
  309.   Buckaroo Banzai - Looking forward to that new engine.Maybe you'll make a
  310.                     fortune with it!
  311.   Rescue Raider - He man let's get in touchsome time.Get my voice from Hare.
  312.                   PS Great job on the Army trainer.Watch out next time!
  313.   Hare Krishna - Be sure you treat Rescue right....no one else is.
  314.   Martial Artist - Enjoying your vacation?
  315.   The Hawk - Someday....someday..PS what happend??!!??
  316.   AstroFest Bunch - As always thanks for the help and being the FEW people
  317.                     I can trust....
  318.   Dorian Hawkmoon - So when we gonna start that NEW Group! (<g>)
  319.                     PS thanks for spreading the FIRST version.Maybe you'll
  320.                     help with V1.1....no?
  321.   Lord Lockesly - I WANNA JOB!
  322.  
  323.   Gobs of Sex and X to those I didn't mention and the rest of you with the
  324.   exceptions of you know who and you know what.....
  325.  
  326.   Network
  327.   12-14-92
  328.  
  329.  
  330.